Gets whether this BlockingCollection<(Of <(T>)>) has been marked as complete for adding.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsAddingCompleted As Boolean |
C# |
---|
public bool IsAddingCompleted { get; } |
Field Value
Whether this collection has been marked as complete for adding.
Exceptions
Exception | Condition |
---|
System..::.ObjectDisposedException | The BlockingCollection<(Of <(T>)>) has been disposed. |
See Also